home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFUSTAW_CENA / TFUSTAW_CENA.txt
Text File  |  2002-03-27  |  2KB  |  131 lines

  1. object fUstaw_cena: TfUstaw_cena
  2.   Left = 588
  3.   Top = 350
  4.   BorderStyle = bsSingle
  5.   Caption = 'Ustaw cen'#281
  6.   ClientHeight = 187
  7.   ClientWidth = 271
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 85
  23.     Height = 13
  24.     Caption = 'Nowa cena brutto'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 6
  28.     Top = 64
  29.     Width = 120
  30.     Height = 13
  31.     Caption = 'Mar'#380'a dla nowej ceny (%)'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 88
  36.     Width = 82
  37.     Height = 13
  38.     Caption = 'Stara cena brutto'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 8
  42.     Top = 112
  43.     Width = 73
  44.     Height = 13
  45.     Caption = 'Mar'#380'a sta'#322'a (%)'
  46.   end
  47.   object Label5: TLabel
  48.     Left = 8
  49.     Top = 40
  50.     Width = 82
  51.     Height = 13
  52.     Caption = 'Nowa cena netto'
  53.   end
  54.   object bWyjdz: TButton
  55.     Left = 192
  56.     Top = 152
  57.     Width = 75
  58.     Height = 25
  59.     Caption = '&Wyjd'#378
  60.     TabOrder = 5
  61.     OnClick = bWyjdzClick
  62.   end
  63.   object bZapisz: TButton
  64.     Left = 8
  65.     Top = 152
  66.     Width = 75
  67.     Height = 25
  68.     Caption = '&Zapisz'
  69.     TabOrder = 3
  70.     OnClick = bZapiszClick
  71.   end
  72.   object eCenan: TEdit
  73.     Left = 128
  74.     Top = 8
  75.     Width = 121
  76.     Height = 21
  77.     TabOrder = 0
  78.     Text = 'eCenan'
  79.     OnEnter = eCenanEnter
  80.     OnExit = eCenanExit
  81.     OnKeyDown = eCenanKeyDown
  82.   end
  83.   object eMarzan: TEdit
  84.     Left = 128
  85.     Top = 56
  86.     Width = 121
  87.     Height = 21
  88.     ReadOnly = True
  89.     TabOrder = 2
  90.     Text = 'eMarzan'
  91.   end
  92.   object eCena: TEdit
  93.     Left = 128
  94.     Top = 80
  95.     Width = 121
  96.     Height = 21
  97.     ReadOnly = True
  98.     TabOrder = 1
  99.     Text = 'eCena'
  100.   end
  101.   object eMarza: TEdit
  102.     Left = 128
  103.     Top = 104
  104.     Width = 121
  105.     Height = 21
  106.     TabOrder = 4
  107.     OnExit = eMarzaExit
  108.     OnKeyDown = eMarzaKeyDown
  109.   end
  110.   object eCena_n: TEdit
  111.     Left = 128
  112.     Top = 32
  113.     Width = 121
  114.     Height = 21
  115.     TabOrder = 6
  116.     Text = 'eCena_n'
  117.     OnEnter = eCena_nEnter
  118.     OnExit = eCena_nExit
  119.     OnKeyDown = eCena_nKeyDown
  120.   end
  121.   object bZmien: TButton
  122.     Left = 96
  123.     Top = 152
  124.     Width = 83
  125.     Height = 25
  126.     Caption = 'Z&mie'#324' o mar'#380#281
  127.     TabOrder = 7
  128.     OnClick = bZmienClick
  129.   end
  130. end
  131.